home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / books.arc / TRANS.FMT < prev    next >
Text File  |  1985-04-19  |  617b  |  22 lines

  1. * trans.fmt
  2. @ 1,1 say "Cursor Control:^E Up: ^X down: ^D Right: ^S Left:"
  3. @ 1,56 say "^G Delete:"
  4. @ 3,1 say "Screen Control ^C Next Account; ^R Previous Account:"
  5. @ 3,57 say "^W Save"
  6. @ 4,1 say "-----------------------------------------------------"
  7. @ 4,56 say "------------"
  8. @ 6,1 say "Account Number"
  9. @ 6,17 get acct
  10. @ 6,28 say "Description"
  11. @ 6,41 get reason
  12. @ 8,1 say "Amount"
  13. @ 8,19 get amount
  14. @ 8,28 Say "Date"
  15. @ 8,34 get date pict "99/99/99"
  16. @ 10,1 say "Type (1=check,2=other)"
  17. @ 10,26 get type
  18. @ 12,1 say "Check Number"
  19. @ 12,15 get check:no
  20. @ 14,1 say "Pay check to"
  21. @ 14,15 get to:whom
  22.